[INFO] fetching crate hooks 3.0.0-alpha.15...
[INFO] testing hooks-3.0.0-alpha.15 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] extracting crate hooks 3.0.0-alpha.15 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate hooks 3.0.0-alpha.15
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hooks 3.0.0-alpha.15
[INFO] tweaked toml for crates.io crate hooks 3.0.0-alpha.15 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hooks 3.0.0-alpha.15 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 36 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f685d9a2a4262860689c03b778a6a3459797c0b81a4d74d44a3772eac33319cf
[INFO] running `Command { std: "docker" "start" "-a" "f685d9a2a4262860689c03b778a6a3459797c0b81a4d74d44a3772eac33319cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f685d9a2a4262860689c03b778a6a3459797c0b81a4d74d44a3772eac33319cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f685d9a2a4262860689c03b778a6a3459797c0b81a4d74d44a3772eac33319cf", kill_on_drop: false }`
[INFO] [stdout] f685d9a2a4262860689c03b778a6a3459797c0b81a4d74d44a3772eac33319cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5ef5b902c058ee78e30d953e778932ad6102e072637d189356651a436b3682cf
[INFO] running `Command { std: "docker" "start" "-a" "5ef5b902c058ee78e30d953e778932ad6102e072637d189356651a436b3682cf", kill_on_drop: false }`
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn-lite v0.3.0
[INFO] [stderr]    Compiling hooks-core v3.0.0-alpha.6
[INFO] [stderr]    Compiling hooks-gen v0.2.0
[INFO] [stderr]    Compiling hooks v3.0.0-alpha.15 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `DebugPointerType` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stdout]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stdout]    |                                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/uninitialized_hook.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self: Pin<&mut Self>,
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 29 |         into_hook: H,
[INFO] [stdout] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stdout] 13 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stdout] 43 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
[INFO] running `Command { std: "docker" "inspect" "5ef5b902c058ee78e30d953e778932ad6102e072637d189356651a436b3682cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5ef5b902c058ee78e30d953e778932ad6102e072637d189356651a436b3682cf", kill_on_drop: false }`
[INFO] [stdout] 5ef5b902c058ee78e30d953e778932ad6102e072637d189356651a436b3682cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b663f5538d4c770687bd4edce0b5a6e2bb44025dbac6f3bc9bef26cf5c5e2b6
[INFO] running `Command { std: "docker" "start" "-a" "3b663f5538d4c770687bd4edce0b5a6e2bb44025dbac6f3bc9bef26cf5c5e2b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling hooks-gen v0.2.0
[INFO] [stderr]    Compiling hooks v3.0.0-alpha.15 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stdout] warning: struct `DebugPointerType` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stdout]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stdout]    |                                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/uninitialized_hook.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self: Pin<&mut Self>,
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 29 |         into_hook: H,
[INFO] [stdout] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stdout] 13 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stdout] 43 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling polling v3.11.0
[INFO] [stdout] warning: struct `DebugPointerType` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stdout]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stdout]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stdout]    |                            ^^^^^^^^^ the lifetime is elided here                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stdout]    |                                                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/uninitialized_hook.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         self: Pin<&mut Self>,
[INFO] [stdout]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 29 |         into_hook: H,
[INFO] [stdout] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stdout] 13 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 28 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         &mut self,
[INFO] [stdout]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stdout] 43 |     ) -> crate::Value<H> {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.66s
[INFO] running `Command { std: "docker" "inspect" "3b663f5538d4c770687bd4edce0b5a6e2bb44025dbac6f3bc9bef26cf5c5e2b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b663f5538d4c770687bd4edce0b5a6e2bb44025dbac6f3bc9bef26cf5c5e2b6", kill_on_drop: false }`
[INFO] [stdout] 3b663f5538d4c770687bd4edce0b5a6e2bb44025dbac6f3bc9bef26cf5c5e2b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3f6e1a661fad5e55d8bc6e6a502631f895afb89c263a45ac3cc64c3974751aaf
[INFO] running `Command { std: "docker" "start" "-a" "3f6e1a661fad5e55d8bc6e6a502631f895afb89c263a45ac3cc64c3974751aaf", kill_on_drop: false }`
[INFO] [stderr] warning: struct `DebugPointerType` is never constructed
[INFO] [stderr]  --> src/utils/debug_pointer.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub struct DebugPointerType<'a, P>(pub &'a P);
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DebugHigherKindFnPointerRefMut` is never constructed
[INFO] [stderr]  --> src/utils/debug_pointer.rs:9:12
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub struct DebugHigherKindFnPointerRefMut<'a, T: ?Sized>(pub &'a fn(&mut T));
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `DebugHigherKindFnPointerRefOutput` is never constructed
[INFO] [stderr]   --> src/utils/debug_pointer.rs:22:12
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct DebugHigherKindFnPointerRefOutput<'a, T: ?Sized, R>(pub &'a fn(&T) -> R);
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/lazy_pinned_hook.rs:35:28
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<H> {
[INFO] [stderr]    |                            ^^^^^^^^^ the lifetime is elided here                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 |     pub fn h(mut self: Pin<&mut Self>, into_hook: impl UpdateHook<Hook = H>) -> crate::Value<'_, H> {
[INFO] [stderr]    |                                                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/uninitialized_hook.rs:28:19
[INFO] [stderr]    |
[INFO] [stderr] 28 |         self: Pin<&mut Self>,
[INFO] [stderr]    |                   ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 29 |         into_hook: H,
[INFO] [stderr] 30 |     ) -> crate::Value<H::Hook> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 30 |     ) -> crate::Value<'_, H::Hook> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils/uninitialized_hook.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 12 |         into_hook: impl UpdateHook<Hook = H>,
[INFO] [stderr] 13 |     ) -> crate::Value<H> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 13 |     ) -> crate::Value<'_, H> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils/uninitialized_hook.rs:25:9
[INFO] [stderr]    |
[INFO] [stderr] 25 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 28 |     ) -> crate::Value<H> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 28 |     ) -> crate::Value<'_, H> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils/uninitialized_hook.rs:41:9
[INFO] [stderr]    |
[INFO] [stderr] 41 |         &mut self,
[INFO] [stderr]    |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] 42 |         signal: &impl crate::Signal<SignalHook = H>,
[INFO] [stderr] 43 |     ) -> crate::Value<H> {
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 43 |     ) -> crate::Value<'_, H> {
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `hooks` (lib) generated 8 warnings (run `cargo fix --lib -p hooks` to apply 5 suggestions)
[INFO] [stderr] warning: `hooks` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hooks-399c1e1a1613a17c)
[INFO] [stdout] 
[INFO] [stdout] running 28 tests
[INFO] [stdout] test effect::hook::tests::test_use_effect_with ... ok
[INFO] [stdout] test effect::hook_once::tests::effect_once ... ok
[INFO] [stdout] test effect::hook::tests::custom_hook ... ok
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_map ... ok
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_map_mut ... ok
[INFO] [stdout] test gen_ref::tests::ref_is_not_reactive ... ok
[INFO] [stdout] test gen_ref::tests::insert_while_map - should panic ... FAILED
[INFO] [stdout] test gen_signal::tests::unconditional_map_mut_should_emit_infinite_values ... ok
[INFO] [stdout] test lazy_pinned::tests::test_lazy_pinned ... ok
[INFO] [stdout] test shared_signal::tests::drop_in_conditional_map_mut ... ok
[INFO] [stdout] test shared_signal::tests::drop_in_map ... ok
[INFO] [stdout] test shared_signal::tests::shared_signal ... ok
[INFO] [stdout] test shared_signal::tests::unconditional_map_mut_should_emit_infinite_values ... ok
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic - should panic ... FAILED
[INFO] [stdout] test state_with_updater::update_state::call::shared::tests::call ... ok
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic - should panic ... FAILED
[INFO] [stdout] test gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic - should panic ... FAILED
[INFO] [stdout] test state_with_updater::update_state::reducer::shared::tests::reduce ... ok
[INFO] [stdout] test gen_signal::tests::drop_in_map ... ok
[INFO] [stdout] test shared_signal::tests::reference_cycle_should_always_pending ... ok
[INFO] [stdout] test state_with_updater::update_state::set::gen::tests::hook_fn_state_2 ... ok
[INFO] [stdout] test gen_signal::tests::signal ... ok
[INFO] [stdout] test gen_signal::tests::drop_in_conditional_map_mut ... ok
[INFO] [stdout] test state_with_updater::update_state::set::shared::tests::hook_fn_state_2 ... ok
[INFO] [stdout] test state_with_updater::update_state::set::shared::tests::set ... ok
[INFO] [stdout] test state_with_updater::update_state::call::gen::tests::call ... ok
[INFO] [stdout] test state_with_updater::update_state::set::gen::tests::set ... ok
[INFO] [stdout] test state_with_updater::update_state::reducer::gen::tests::reduce ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- gen_ref::tests::insert_while_map stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::insert_while_map' (19) panicked at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:757:38:
[INFO] [stdout] RefCell already borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60d7fd32a32a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60d7fd32a32a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60d7fd33e0ba - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60d7fd33e0ba - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x60d7fd32ec62 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60d7fd32ec62 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60d7fd3092af - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60d7fd3092af - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60d7fd3228e9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60d7fd2bb83c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x60d7fd2bb83c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60d7fd322aa2 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x60d7fd322aa2 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60d7fd309368 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60d7fd300cd9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60d7fd30a07d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60d7fd33e87c - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed::do_panic::runtime
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:172:21
[INFO] [stdout]   20:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed::do_panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/intrinsics/mod.rs:2447:9
[INFO] [stdout]   21:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:177:9
[INFO] [stdout]   22:     0x60d7fd26e6f3 - <core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>::borrow_mut
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/cell.rs:1224:25
[INFO] [stdout]   23:     0x60d7fd23393c - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow_mut::<hooks_gen[224002d2dd858926]::local::store::store_mut<core[a96a4c5c53f902a3]::cell::RefCell<i32>, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>, <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::insert<core[a96a4c5c53f902a3]::cell::RefCell<i32>>::{closure#0}>::{closure#0}, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:757:38
[INFO] [stdout]   24:     0x60d7fd22d4c1 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow_mut<hooks_gen[224002d2dd858926]::local::store::store_mut<core[a96a4c5c53f902a3]::cell::RefCell<i32>, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>, <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::insert<core[a96a4c5c53f902a3]::cell::RefCell<i32>>::{closure#0}>::{closure#0}, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>>::{closure#0}, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   25:     0x60d7fd229f42 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow_mut<hooks_gen[224002d2dd858926]::local::store::store_mut<core[a96a4c5c53f902a3]::cell::RefCell<i32>, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>, <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::insert<core[a96a4c5c53f902a3]::cell::RefCell<i32>>::{closure#0}>::{closure#0}, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>>::{closure#0}, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   26:     0x60d7fd230c56 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow_mut::<hooks_gen[224002d2dd858926]::local::store::store_mut<core[a96a4c5c53f902a3]::cell::RefCell<i32>, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>, <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::insert<core[a96a4c5c53f902a3]::cell::RefCell<i32>>::{closure#0}>::{closure#0}, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:757:14
[INFO] [stdout]   27:     0x60d7fd244fee - hooks_gen[224002d2dd858926]::local::store::store_mut::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, hooks_gen[224002d2dd858926]::local::Owner<core[a96a4c5c53f902a3]::cell::RefCell<i32>>, <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::insert<core[a96a4c5c53f902a3]::cell::RefCell<i32>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:222:20
[INFO] [stdout]   28:     0x60d7fd256df2 - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::insert::<core[a96a4c5c53f902a3]::cell::RefCell<i32>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:257:17
[INFO] [stdout]   29:     0x60d7fd25aaaf - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::Store<core[a96a4c5c53f902a3]::cell::RefCell<i32>>>::insert
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:332:13
[INFO] [stdout]   30:     0x60d7fd26e027 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefOwner<i32>>::new
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:15:27
[INFO] [stdout]   31:     0x60d7fd25db70 - hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:258:13
[INFO] [stdout]   32:     0x60d7fd26b686 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:24
[INFO] [stdout]   33:     0x60d7fd24bf1d - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   34:     0x60d7fd247e06 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   35:     0x60d7fd231e2c - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:26
[INFO] [stdout]   36:     0x60d7fd22b478 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   37:     0x60d7fd2295d3 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   38:     0x60d7fd230753 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:14
[INFO] [stdout]   39:     0x60d7fd244bf4 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   40:     0x60d7fd2572c5 - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   41:     0x60d7fd257932 - <hooks_gen[224002d2dd858926]::local::Key<core[a96a4c5c53f902a3]::cell::RefCell<i32>> as hooks_gen[224002d2dd858926]::Key>::map::<(), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   42:     0x60d7fd26af78 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:16
[INFO] [stdout]   43:     0x60d7fd2603d5 - hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:257:23
[INFO] [stdout]   44:     0x60d7fd25db17 - hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:255:26
[INFO] [stdout]   45:     0x60d7fd238526 - <hooks[229c14be0fadb8a5]::gen_ref::tests::insert_while_map::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x60d7fd2af91b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x60d7fd2af91b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x60d7fd2bc30b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x60d7fd2b7a24 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x60d7fd2b7a24 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x60d7fd2bef12 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x60d7fd2bef12 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x60d7fd329c3f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   65:     0x60d7fd329c3f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x711b76c35aa4 - <unknown>
[INFO] [stdout]   67:     0x711b76cc2a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already borrowed"
[INFO] [stdout]  expected substring: "already borrowed: BorrowMutError"
[INFO] [stdout] ---- gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic' (22) panicked at src/gen_ref.rs:102:33:
[INFO] [stdout] RefCell already borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60d7fd32a32a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60d7fd32a32a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60d7fd33e0ba - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60d7fd33e0ba - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x60d7fd32ec62 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60d7fd32ec62 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60d7fd3092af - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60d7fd3092af - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60d7fd3228e9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60d7fd2bb83c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x60d7fd2bb83c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60d7fd322aa2 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x60d7fd322aa2 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60d7fd309368 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60d7fd300cd9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60d7fd30a07d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60d7fd33e87c - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed::do_panic::runtime
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:172:21
[INFO] [stdout]   20:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed::do_panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/intrinsics/mod.rs:2447:9
[INFO] [stdout]   21:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:177:9
[INFO] [stdout]   22:     0x60d7fd26ea43 - <core[a96a4c5c53f902a3]::cell::RefCell<i32>>::borrow_mut
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/cell.rs:1224:25
[INFO] [stdout]   23:     0x60d7fd26beaf - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:33
[INFO] [stdout]   24:     0x60d7fd24c6bd - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   25:     0x60d7fd2489e6 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   26:     0x60d7fd23253c - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:26
[INFO] [stdout]   27:     0x60d7fd22bca8 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   28:     0x60d7fd229863 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   29:     0x60d7fd230873 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:14
[INFO] [stdout]   30:     0x60d7fd244d64 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   31:     0x60d7fd257435 - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   32:     0x60d7fd257a52 - <hooks_gen[224002d2dd858926]::local::Key<core[a96a4c5c53f902a3]::cell::RefCell<i32>> as hooks_gen[224002d2dd858926]::Key>::map::<(), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   33:     0x60d7fd26b118 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   34:     0x60d7fd268557 - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:232:49
[INFO] [stdout]   35:     0x60d7fd26ba37 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:24
[INFO] [stdout]   36:     0x60d7fd24c29f - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   37:     0x60d7fd24837e - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   38:     0x60d7fd23216b - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:26
[INFO] [stdout]   39:     0x60d7fd22b83d - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x60d7fd229708 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x60d7fd2307d7 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:14
[INFO] [stdout]   42:     0x60d7fd244cb0 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   43:     0x60d7fd25738a - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   44:     0x60d7fd2579b7 - <hooks_gen[224002d2dd858926]::local::Key<core[a96a4c5c53f902a3]::cell::RefCell<i32>> as hooks_gen[224002d2dd858926]::Key>::map::<(), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   45:     0x60d7fd26b030 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:16
[INFO] [stdout]   46:     0x60d7fd26a3aa - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:232:27
[INFO] [stdout]   47:     0x60d7fd2683c7 - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:230:54
[INFO] [stdout]   48:     0x60d7fd238766 - <hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x60d7fd2af91b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x60d7fd2af91b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   51:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   52:     0x60d7fd2bc30b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   57:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   58:     0x60d7fd2b7a24 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   59:     0x60d7fd2b7a24 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   60:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   61:     0x60d7fd2bef12 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   62:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   63:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   66:     0x60d7fd2bef12 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x60d7fd329c3f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   68:     0x60d7fd329c3f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   69:     0x711b76c35aa4 - <unknown>
[INFO] [stdout]   70:     0x711b76cc2a64 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already borrowed"
[INFO] [stdout]  expected substring: "already borrowed: BorrowMutError"
[INFO] [stdout] ---- gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic' (24) panicked at src/gen_ref.rs:102:33:
[INFO] [stdout] RefCell already borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60d7fd32a32a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60d7fd32a32a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60d7fd33e0ba - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60d7fd33e0ba - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x60d7fd32ec62 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60d7fd32ec62 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60d7fd3092af - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60d7fd3092af - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60d7fd3228e9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60d7fd2bb83c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x60d7fd2bb83c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60d7fd322aa2 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x60d7fd322aa2 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60d7fd309368 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60d7fd300cd9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60d7fd30a07d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60d7fd33e87c - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed::do_panic::runtime
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:172:21
[INFO] [stdout]   20:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed::do_panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/intrinsics/mod.rs:2447:9
[INFO] [stdout]   21:     0x60d7fd33e50f - core[a96a4c5c53f902a3]::cell::panic_already_borrowed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:177:9
[INFO] [stdout]   22:     0x60d7fd26ea43 - <core[a96a4c5c53f902a3]::cell::RefCell<i32>>::borrow_mut
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/cell.rs:1224:25
[INFO] [stdout]   23:     0x60d7fd26bdef - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:33
[INFO] [stdout]   24:     0x60d7fd24c5ed - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   25:     0x60d7fd2488a6 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   26:     0x60d7fd23247c - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:26
[INFO] [stdout]   27:     0x60d7fd22bbc8 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   28:     0x60d7fd229823 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   29:     0x60d7fd230853 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:14
[INFO] [stdout]   30:     0x60d7fd244d44 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   31:     0x60d7fd257415 - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   32:     0x60d7fd257a32 - <hooks_gen[224002d2dd858926]::local::Key<core[a96a4c5c53f902a3]::cell::RefCell<i32>> as hooks_gen[224002d2dd858926]::Key>::map::<(), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   33:     0x60d7fd26b0f8 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   34:     0x60d7fd268527 - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:217:53
[INFO] [stdout]   35:     0x60d7fd26c2a7 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:24
[INFO] [stdout]   36:     0x60d7fd24ca2f - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   37:     0x60d7fd248f3e - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   38:     0x60d7fd23286b - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:26
[INFO] [stdout]   39:     0x60d7fd22c05d - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x60d7fd229988 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x60d7fd2308f7 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:14
[INFO] [stdout]   42:     0x60d7fd244e10 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   43:     0x60d7fd2574ea - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   44:     0x60d7fd257ad7 - <hooks_gen[224002d2dd858926]::local::Key<core[a96a4c5c53f902a3]::cell::RefCell<i32>> as hooks_gen[224002d2dd858926]::Key>::map::<(), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   45:     0x60d7fd26b1c0 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   46:     0x60d7fd26a31a - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:217:27
[INFO] [stdout]   47:     0x60d7fd268397 - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:215:46
[INFO] [stdout]   48:     0x60d7fd238726 - <hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x60d7fd2af91b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x60d7fd2af91b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   51:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   52:     0x60d7fd2bc30b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   57:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   58:     0x60d7fd2b7a24 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   59:     0x60d7fd2b7a24 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   60:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   61:     0x60d7fd2bef12 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   62:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   63:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   66:     0x60d7fd2bef12 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x60d7fd329c3f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   68:     0x60d7fd329c3f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   69:     0x711b76c35aa4 - <unknown>
[INFO] [stdout]   70:     0x711b76cc2a64 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already borrowed"
[INFO] [stdout]  expected substring: "already borrowed: BorrowMutError"
[INFO] [stdout] ---- gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic' (23) panicked at src/gen_ref.rs:98:29:
[INFO] [stdout] RefCell already mutably borrowed
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60d7fd32a32a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60d7fd32a32a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60d7fd32a32a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60d7fd33e0ba - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60d7fd33e0ba - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x60d7fd32ec62 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60d7fd32ec62 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60d7fd3092af - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60d7fd3092af - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60d7fd3228e9 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60d7fd2bb83c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x60d7fd2bb83c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60d7fd322aa2 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x60d7fd322aa2 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60d7fd309368 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60d7fd300cd9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60d7fd30a07d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60d7fd33e87c - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60d7fd33e53f - core[a96a4c5c53f902a3]::cell::panic_already_mutably_borrowed::do_panic::runtime
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:172:21
[INFO] [stdout]   20:     0x60d7fd33e53f - core[a96a4c5c53f902a3]::cell::panic_already_mutably_borrowed::do_panic
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/intrinsics/mod.rs:2447:9
[INFO] [stdout]   21:     0x60d7fd33e53f - core[a96a4c5c53f902a3]::cell::panic_already_mutably_borrowed
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic.rs:177:9
[INFO] [stdout]   22:     0x60d7fd26eadb - <core[a96a4c5c53f902a3]::cell::RefCell<i32>>::borrow
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/cell.rs:1124:25
[INFO] [stdout]   23:     0x60d7fd26b54f - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:29
[INFO] [stdout]   24:     0x60d7fd24be4d - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   25:     0x60d7fd247cc6 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   26:     0x60d7fd231d6c - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:26
[INFO] [stdout]   27:     0x60d7fd22b398 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   28:     0x60d7fd229593 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   29:     0x60d7fd230733 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:14
[INFO] [stdout]   30:     0x60d7fd244bd4 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   31:     0x60d7fd2572a5 - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   32:     0x60d7fd257912 - <hooks_gen[224002d2dd858926]::local::Key<core[a96a4c5c53f902a3]::cell::RefCell<i32>> as hooks_gen[224002d2dd858926]::Key>::map::<(), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   33:     0x60d7fd26af58 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:98:16
[INFO] [stdout]   34:     0x60d7fd268587 - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:224:53
[INFO] [stdout]   35:     0x60d7fd26c397 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:24
[INFO] [stdout]   36:     0x60d7fd24cb0f - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:39
[INFO] [stdout]   37:     0x60d7fd24909e - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:239:17
[INFO] [stdout]   38:     0x60d7fd23293b - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:26
[INFO] [stdout]   39:     0x60d7fd22c14d - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::try_with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   40:     0x60d7fd2299d8 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with::<<std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   41:     0x60d7fd230917 - <std[ec4e911328de40a6]::thread::local::LocalKey<core[a96a4c5c53f902a3]::cell::RefCell<std[ec4e911328de40a6]::collections::hash::map::HashMap<core[a96a4c5c53f902a3]::any::TypeId, alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::any::Any>>>>>::with_borrow::<hooks_gen[224002d2dd858926]::local::store::store<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>::{closure#0}>::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/local.rs:724:14
[INFO] [stdout]   42:     0x60d7fd244e40 - hooks_gen[224002d2dd858926]::local::store::store::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:233:20
[INFO] [stdout]   43:     0x60d7fd25751a - <hooks_gen[224002d2dd858926]::local::Store as hooks_gen[224002d2dd858926]::local::StoreImpl>::map_at::<core[a96a4c5c53f902a3]::cell::RefCell<i32>, (), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:305:17
[INFO] [stdout]   44:     0x60d7fd257af7 - <hooks_gen[224002d2dd858926]::local::Key<core[a96a4c5c53f902a3]::cell::RefCell<i32>> as hooks_gen[224002d2dd858926]::Key>::map::<(), <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/hooks-gen-0.2.0/src/lib.rs:96:13
[INFO] [stdout]   45:     0x60d7fd26b1f0 - <hooks[229c14be0fadb8a5]::gen_ref::GenRefKey<i32> as hooks[229c14be0fadb8a5]::share_value::ShareValue>::map_mut::<(), hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:102:16
[INFO] [stdout]   46:     0x60d7fd26a43d - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:224:27
[INFO] [stdout]   47:     0x60d7fd2683f7 - hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/gen_ref.rs:222:54
[INFO] [stdout]   48:     0x60d7fd2387a6 - <hooks[229c14be0fadb8a5]::gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x60d7fd2af91b - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x60d7fd2af91b - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   51:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   52:     0x60d7fd2bc30b - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   53:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   54:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   55:     0x60d7fd2bc30b - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   56:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   57:     0x60d7fd2bc30b - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   58:     0x60d7fd2b7a24 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   59:     0x60d7fd2b7a24 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   60:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   61:     0x60d7fd2bef12 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   62:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   63:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   64:     0x60d7fd2bef12 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   65:     0x60d7fd2bef12 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   66:     0x60d7fd2bef12 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x60d7fd329c3f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   68:     0x60d7fd329c3f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   69:     0x711b76c35aa4 - <unknown>
[INFO] [stdout]   70:     0x711b76cc2a64 - clone
[INFO] [stdout]   71:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "RefCell already mutably borrowed"
[INFO] [stdout]  expected substring: "already mutably borrowed: BorrowError"
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     gen_ref::tests::insert_while_map
[INFO] [stdout]     gen_ref::tests::nested_share_value::nested_self_map_and_map_mut_should_panic
[INFO] [stdout]     gen_ref::tests::nested_share_value::nested_self_map_mut_and_map_should_panic
[INFO] [stdout]     gen_ref::tests::nested_share_value::nested_self_map_mut_should_panic
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 24 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3f6e1a661fad5e55d8bc6e6a502631f895afb89c263a45ac3cc64c3974751aaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f6e1a661fad5e55d8bc6e6a502631f895afb89c263a45ac3cc64c3974751aaf", kill_on_drop: false }`
[INFO] [stdout] 3f6e1a661fad5e55d8bc6e6a502631f895afb89c263a45ac3cc64c3974751aaf
